home *** CD-ROM | disk | FTP | other *** search
/ Exploring Where & Why / Exploring Where & Why.iso / pc / MODULES / LESSON05 / ACT05A / L05EXIT.DIR / Internal_1.ls < prev    next >
Encoding:
Text File  |  2003-04-21  |  258 b   |  13 lines

  1. on exitFrame
  2.   if the mouseDown then
  3.     puppetSprite(2, 1)
  4.     set the locH of sprite 2 to the mouseH
  5.     set the locV of sprite 2 to the mouseV
  6.     updateStage()
  7.   end if
  8.   if sprite 2 within sprite(1) then
  9.     put "inside..."
  10.   end if
  11.   go(the frame)
  12. end
  13.